-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add semtech to app index #45
Conversation
index/dudmuck.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this file be named "semtech.json"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @wbober mentioned, this file should be named "semtech.json".
index/dudmuck.json
Outdated
"FSK" | ||
], | ||
"compatibleNcs": [ | ||
"v2.6.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Each release specifies sdk version it's compatible with. Please have a look at the suggestion I've put in another comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done and updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"comparibleNcs"
is unnecessary at this point. Would you mind removing it, please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
index/dudmuck.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @wbober mentioned, this file should be named "semtech.json".
Co-authored-by: Filip Zajdel <[email protected]>
index/semtech.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, please:
- update filename to
Lora-net.json
- the filename is then used to fetch the information from the repository to build the index, such as github.com/{organization-name}/{app-name} - modify the file as suggested below - the index file has to conform to this schema
{ | |
"name": "Semtech", | |
"description": "LoRa transceiver", | |
"apps": [ | |
{ | |
"description": "Software Development Kit featuring demonstrations, drivers and middleware enabling development of connectivity and geolocation applications", | |
"name": "SWSD006", | |
"title": "Sidewalk & LoRaWAN Mullti-stack SDK for LR11xx (SWSD006)", | |
"kind": "sample", | |
"license": "Apache License 2.0", | |
"apps": "samples/*", | |
"releases": [ | |
{ | |
"date": "2024-08-08T14:30:49Z", | |
"name": "v2.6.1", | |
"tag": "v2.6.1", | |
"sdk": "v2.6.1" | |
} | |
], | |
"tags": [ | |
"sidewalk", | |
"lora-basics-modem", | |
"CSS", | |
"FSK" | |
] | |
} | |
] | |
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dudmuck please incorporate this suggestion.
please add semtech project SWSD006 to ncs app index